feat(auth): multi-profile .orch auth + GH OAuth TUI + state auto-sync#63
Merged
skulidropek merged 15 commits intomainfrom Feb 18, 2026
Merged
feat(auth): multi-profile .orch auth + GH OAuth TUI + state auto-sync#63skulidropek merged 15 commits intomainfrom
skulidropek merged 15 commits intomainfrom
Conversation
Member
Author
|
Update по Claude OAuth (issue #61): Что теперь работает
Как использовать
Важно про
Security note
|
Member
Author
|
CI update: after commit Note: initial failure of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #61\n\n- Keep shared state in ~/.docker-git/.orch (no new secrets dir).\n- Support N labeled auth profiles (GITHUB_TOKEN__LABEL, etc).\n- GitHub TUI auth is OAuth-only; PAT remains CLI-only for CI/non-interactive.\n- Auto commit/push ~/.docker-git after auth/env/project binding changes.\n- E2E scripts for non-interactive validation.\n- Fix TUI swallowing output by pausing on failures while suspended.